home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Dynamic Desktop Hack / SOURCE / Hack Version 4 open & Place < prev   
Encoding:
Text File  |  2000-06-23  |  1.7 KB  |  30 lines

  1. tell application "Moviewer_ppc_n"
  2.     play {alias "Buffy:Hack Movie 3 open.mov"} with properties {position:{141, 27}, close when done:true, window style:floating}
  3. end tell
  4. tell application "Appearance"
  5.     set picture file of monitor 1 to ("Willow:System Folder:Appearance:Desktop Pictures:Docks:Alien1024x768.right.pct") as alias
  6. end tell
  7. tell application "Finder"
  8.     select file "Access.mcp" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  9.     move selection to desktop positioned at {{194, 104}}
  10.     select file "Source" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  11.     move selection to desktop positioned at {{258, 104}}
  12.     select file "Resource" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  13.     move selection to desktop positioned at {{324, 104}}
  14.     select file "Build" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  15.     move selection to desktop positioned at {{258, 159}}
  16.     select file "PowerPlant" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  17.     move selection to desktop positioned at {{258, 223}}
  18.     select file "UI" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  19.     move selection to desktop positioned at {{324, 223}}
  20.     select file "BBEdit 5.1" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  21.     move selection to desktop positioned at {{194, 375}}
  22.     select file "Res'er 2.2" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  23.     move selection to desktop positioned at {{258, 375}}
  24.     select file "CW IDE 4.0.4" of folder "TeraMedia" of folder "Dock Icons" of startup disk
  25.     move selection to desktop positioned at {{324, 375}}
  26. end tell
  27. tell application "Moviewer_ppc_n"
  28.     close {alias "Buffy:Hack Movie 3 open.mov"}
  29. end tell
  30.